type github.com/klauspost/compress/zstd.bitWriter
13 uses
github.com/klauspost/compress/zstd (current package)
bitwriter.go#L10: type bitWriter struct {
bitwriter.go#L34: func (b *bitWriter) addBits16NC(value uint16, bits uint8) {
bitwriter.go#L42: func (b *bitWriter) addBits32NC(value uint32, bits uint8) {
bitwriter.go#L49: func (b *bitWriter) addBits64NC(value uint64, bits uint8) {
bitwriter.go#L62: func (b *bitWriter) addBits32Clean(value uint32, bits uint8) {
bitwriter.go#L69: func (b *bitWriter) addBits16Clean(value uint16, bits uint8) {
bitwriter.go#L75: func (b *bitWriter) flush32() {
bitwriter.go#L89: func (b *bitWriter) flushAlign() {
bitwriter.go#L100: func (b *bitWriter) close() {
bitwriter.go#L108: func (b *bitWriter) reset(out []byte) {
blockenc.go#L24: wr bitWriter
fse_encoder.go#L676: bw *bitWriter
fse_encoder.go#L682: func (c *cState) init(bw *bitWriter, ct *cTable, first symbolTransform) {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |